home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / txtedtrs / alice / readme.doc < prev   
Text File  |  1995-05-01  |  5KB  |  170 lines

  1.  
  2.  
  3. ***************************************************************** 
  4.  
  5.                 ALICE - Another Little C Editor 
  6.                 Version 1.42, August 1992 
  7.                 GEM based text editor for ATARI ST 
  8.  
  9.  
  10.         Author/Copyright: Ralf Kaufmann 
  11.                           Wilhelmstr. 13a 
  12.                           4300 Essen 18 
  13.                           Germany 
  14.  
  15.     Programming language: C 
  16.  
  17. ***************************************************************** 
  18.  
  19.  
  20.  
  21. 1. General information: 
  22. ----------------------- 
  23.  
  24. ALICE is a simple GEM oriented editor for ASCII-files. The program
  25. is public domain, i.e. the program may be used and copied without 
  26. any charge. The distribution of the program is free provided that 
  27.  
  28. 1. no part of the program (the copyright in particular) is modified 
  29. 2. the program is only distributed together with this README file 
  30. 3. the program (or parts of it) is not used for commercial purposes. 
  31.    This implies that it may not be sold or be used as part of another
  32.    program. 
  33.  
  34. Exceptions to the above rules require the author's written agreement.
  35.   
  36. No liability whatsoever is taken for any damage caused by using this 
  37. program. 
  38.  
  39.  
  40.  
  41.  
  42. 2. Program files and installation: 
  43. ----------------------------------
  44.  
  45. ALICE consists of the following files:
  46.  
  47.   - ALICE.PRG     (program file), 
  48.   - ALICE.RSC     (resource file for the english version)
  49.   - ALICE.CFG     (configuration file)
  50.  
  51. plus the following documentation
  52.  
  53.   - MANUAL.DOC    (manual for ALICE)
  54.   - README.DOC    (this file)
  55.   - NEWS.DOC      (list of changes and new features)
  56.  
  57.  
  58. You install ALICE by simply copying the following files into any
  59. folder:
  60.  
  61.   - ALICE.PRG     (program file), 
  62.   - ALICE.RSC     (resource file for the english version)
  63.   - ALICE.CFG     (configuration file)
  64.  
  65. The configuration file ALICE.CFG is not necessary to run the program.
  66. ALICE uses standard parameters if it cannot find ALICE.CFG. In case
  67. the setup is modified ALICE saves it on program exit by creating a 
  68. new configuration file.
  69.  
  70.  
  71.  
  72.  
  73. 3. Program details: 
  74. ------------------- 
  75.  
  76. The current version has the following features: 
  77.  
  78.  - GEM-based text editor 
  79.  - simultaneous editing of several texts in GEM windows, 10 
  80.    additional texts may be held in cut/paste buffers
  81.  - full mouse support 
  82.  - all menues are selectable by the keyboard
  83.  - simple printing facilities 
  84.  - block operations (cut/paste) with up to 10 buffers
  85.  - search and replace 
  86.  - runs on any ATARI ST/STE/TT
  87.  - program versions exist in english, german and french
  88.  
  89. You will find a detailed description of how to use the editor 
  90. in the file MANUAL.DOC. 
  91.  
  92.  
  93.  
  94.  
  95. 4. Supported configurations: 
  96. ---------------------------- 
  97.  
  98. ALICE runs on any ATARI ST/STE/TT with any TOS version.
  99.  
  100. As text processing does not make much sense in low resolution mode 
  101. ALICE deliberately quits when started in this mode. 
  102.  
  103. You should have an Epson compatible printer for the print facilities.
  104.  
  105.  
  106.  
  107.  
  108. 5. Known problems: 
  109. ------------------ 
  110.  
  111. - None (believe it or not). 
  112.  
  113.  
  114.  
  115.  
  116. 6. Registration:
  117. ----------------
  118.  
  119. You do not need to register as the program has the status "Public 
  120. Domain".
  121.  
  122. However, anybody who uses the program may write to me and may get
  123. registered as a user absoluteley free of charge. If you tell me your 
  124. name, address, version of ALICE and your ATARI configuration you may 
  125. receive free program upgrades in the future.
  126.  
  127. I would be pleased if anybody who uses ALICE told me about it.
  128.  
  129.  
  130.  
  131.  
  132. 7. Source code: 
  133. --------------- 
  134.  
  135. ALICE was written using the Pure C (Turbo C) development system.
  136.  
  137. Any user may receive the source code (in C) for ALICE. The source 
  138. code may deliberately be altered, e.g. for your own projects.
  139. It may also give you a few hints for solving problems in the 
  140. environment of programming GEM.
  141.  
  142. If you send me a formatted disk, a self-addressed envelope 
  143. (no stamps, please) and $15 (US) or 10 Pounds (UK) I will send you 
  144. the source code (and the latest version of the program). 
  145.  
  146.  
  147. Reports of errors, suggestions, questions, etc. connected with ALICE 
  148. are always welcome. Do not hesitate to write. 
  149.  
  150.  
  151.  
  152. Much fun using ALICE ! 
  153.  
  154.  
  155.  
  156.  
  157. P.S.:   Thanxalot to the following people for their support:
  158.  
  159. Rolf Rosenberger and Ulrich Voss helped me a lot to complete 
  160. the program by continuously providing good hints and ideas.
  161.  
  162. "Goethe" provided many usefull hints concerning the design of
  163. the user interface.
  164.       
  165. "Tillie" is responsible for the design and the complete rewrite 
  166. of the manual. By doing so she contributed a big deal to the 
  167. completeness of the program.
  168.  
  169.  
  170.